home *** CD-ROM | disk | FTP | other *** search
/ Walking with Dinosaurs / Walking With Dinosaurs (2000)(BBC).iso / Main Program / walk3.mdb / Paste Errors.json < prev    next >
JavaScript Object Notation  |  2000-05-15  |  276b

  1. {
  2.     "schema": {
  3.         "QuestionIndexID": "Long Integer",
  4.         "ObjectID": "Text (255)",
  5.         "QuestionText": "Text (255)",
  6.         "Answer": "Boolean NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "QuestionIndexID": 9,
  11.             "ObjectID": "Tyranosaurus",
  12.             "QuestionText": "Tyrannosaurus was the greatest carnivore of the Cretaceous period",
  13.             "Answer": 1
  14.         }
  15.     ]
  16. }